home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / DEMON / RISCOS2 / TCP_131S.ARC / h / REMOTE < prev    next >
Text File  |  1992-03-01  |  179b  |  9 lines

  1. /* Remote reset/restart/tcb-kick server definitions */
  2.  
  3. #define REMOTE_PORT     1234
  4.  
  5. /* Commands */
  6. #define SYS_RESET       1
  7. #define SYS_EXIT        2
  8. #define SYS_KICK        3
  9.